home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / tronfs10.zip / tronfs.txt < prev    next >
Text File  |  1994-12-16  |  9KB  |  246 lines

  1.                               
  2.                               
  3.                               
  4.                               
  5.                               
  6.                               
  7.                               
  8.                               
  9.                               
  10.                       Tropic NFS Server
  11.                          version 1.0
  12.                               
  13.                               
  14.                               
  15.                          NFS server
  16.                   for Microsoft Windows 3.1
  17.                               
  18.                               
  19.                               
  20.                               
  21.                               
  22.                               
  23.                       November 20, 1994
  24.                               
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. DISCLAIMER:
  39. THESE PROGRAMS ARE SHAREWARE AND ARE NOT TO BE RESOLD OR
  40. DISTRIBUTED FOR SALE WITH OTHER PROGRAMS WHICH ARE FOR SALE.
  41. THE    SOFTWARE   IS   PROVIDED  AS-IS.   THE   AUTHORS  AND
  42. TROPIC SOFTWARE  DISCLAIMS  ALL WARRANTIES,  EITHER  EXPRESS
  43. OR  IMPLIED,  INCLUDING   BUT   NOT
  44. LIMITED   TO   IMPLIED   WARRANTIES OF  MERCHANTABILITY   OR
  45. FITNESS  FOR    A   PARTICULAR  PURPOSE.  NO  LIABILITY   IS
  46. ASSUMED  FOR DAMAGES,  DIRECT  OR  CONSEQUENTIAL, WHICH  MAY
  47. RESULT  FROM  THE USE OF THIS SOFTWARE.
  48.  
  49.  
  50.  
  51.  
  52. ⌐ Copyright 1993-94 by Tropic Software.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. All  trademarks  appearing  in this  document  are  the
  65. property of their respective owners.
  66.  
  67.  
  68.  
  69.  
  70. Introduction
  71.  
  72. The Network File System (NFS) is a protocol developed by Sun
  73. Microsystem that allows different computers to access each
  74. other's filesystem as if they were local. Initialy designed
  75. to work with UNIX systems, it is now available in many other
  76. other systems including small personal computers like IBM
  77. PCs. NFS is logically composed of two pieces: a server
  78. program that runs on the machine that is exporting (i.e.
  79. making available) its local filesystem and a client program
  80. that runs on the machine that mounts (i.e. uses) the other
  81. machines's exported filesystem. Tropic NFS server is a NFS
  82. server program that runs on Windows 3.1 environment and
  83. exports the local PC filesystem allowing NFS clients running
  84. in other machines to have access to the local PC filesystem.
  85.  
  86. Features
  87.   The Tropic NFS server offers you the following
  88.   characteristics:
  89.  
  90.   ╖ Uses Winsock 1.1 API: the program is based on this
  91.     standard windows socket API. This means that you can use
  92.     with any Winsock 1.1 compliant TCP/IP stack.
  93.   ╖ Selective file export : You may export either a whole
  94.     disk or any selected sub-directory
  95.   ╖ Selective client : you may allow any machine to have
  96.     access to the local filesystem or you may specify which
  97.     machines have access to which part of your local disks.
  98.  
  99.  
  100. Using Tropic NFS server
  101.  
  102. To use Tropic NFS server you need to install it and
  103. configure it as described in the section that follows.
  104. After the installation and configuration is done, you may
  105. run the Tropic NFS server in the usual Windows way by
  106. clicking in the NFS server program icon. After running the
  107. Tropic NFS server program, you may
  108. mount the exported directories in the client machines. You
  109. need to have the Client program running in the client
  110. machine. The tropic NFS server , as the name suggests,
  111. provides only the server program of the NFS. If you are
  112. mounting from a unix or unix like machine, the client
  113. program is part of the operating system. If your client
  114. machine is a DOS/WINDOWS machine, you need a DOS/WINDOWS
  115. client program.
  116.  
  117. Installation and Configuration of Tropic NFS server
  118.  
  119. Before Installing Tropic NFS server , make sure you have the
  120. minimum hardware and software requirements as described
  121. below.
  122. ╖ Hardware Requirements
  123.   ╖ 386 or later IBM PC or compatible computer with 1M of
  124.     free hard disk space
  125.  
  126. ╖ Software Requirements
  127.   ╖ DOS 5.1 or later version
  128.   ╖ Windows 3.1
  129. ╖ Any Winsock 1.1 compliant TCP/IP stack
  130.  
  131. To install the Topic NFS server, you must copy all files
  132. listed in the Package Contents section to either a temporary
  133. directory or a floppy disk . Then, from windows Program
  134. Manager menu choose RUN and specify the file
  135. "xxx"\setup.exe where "xxx" is the directory (or disk
  136. letter) where you copied the files.
  137. The setup program has further instruction os how to continue
  138. with the instalation.
  139.      
  140. To configure Tropic NFS server you must do the following:
  141.  
  142. ╖ Edit the file named exports that resides in the
  143.   directory where the Tropic NFS server was installed (notice
  144.   that this directory is not the same as the temporary
  145.   directory you used to initially copy the files. This is the
  146.   directory you specified when installing the Tropic NFS
  147.   server)
  148.  
  149. ╖ Use each line to specify the exported directories. The
  150.   sintax is the following:
  151.   ╖ <filespec>  <client> <client>  ... <client>
  152.     where:
  153.        ╖  <filespec> : is a fully specified directory including
  154.           disk drive letter, e.g.  c:\windows, e:\export
  155.        ╖  <client> : is a client ip address in dotted notation
  156.           like 123.5.6.7 or a host name in internet domain format like
  157.           amazon.forest.com. This is optional. Specifiyng a list of
  158.           clients limits the access to the directories only to the
  159.           clients whose ip address matches one of the list. If you do
  160.           not provide any client address, access is granted to any
  161.           machine.
  162. ╖ If the line contains the symbol `#', anything that
  163.   follows is considered a comment
  164.  
  165. Sample configuration session
  166.  
  167. Lets consider you want to export (i.e. make available for
  168. remote use) the following directories. Also you want some of
  169. the directories to have access limited to certain machines:
  170.  
  171. ╖ the whole disk C with access limited to machine
  172.   123.45.67.3
  173. ╖ directory C:\pub with free access
  174. ╖ directory C:\other with access limited to machine
  175.   123.45.67.8
  176. ╖ directory E:\pub with free access
  177.  
  178. The corresponding exports file would contain the following:
  179.  
  180. #this is a full line  comment
  181. C:\  123.45.67.3      #notice that  only machine 123.45.67.3 has  access to disk C
  182. C:\pub                #any machine may access c:\pub (no specific client specified)
  183. C:\other 123.45.67.8  #this would be accessed only by machine 123.456.67.8 and 123.45.67.3
  184. E:\pub                #free access to directory pub in disk E
  185.  
  186. Notice:  at the client side, you must specify a read size and write size of  1024 or less. If you forget
  187. to set this two values, the server will refuse to work. The following command will work for a unix
  188. (risc/6000) client:
  189.   mount  -o rsize=1024  -o wsize=1024  amazon.forest.com:/c  /tmp/mydirectory
  190.  
  191. for a pc client running Tsoft's NFS driver:
  192.   mount  -r 1024 -w 1024 amazon.forest.com:/c  auth=none f:
  193.  
  194.  
  195. Package Contents
  196.  
  197. If you downloaded this program in compressed format, the
  198. following list refers to the files after they are
  199. uncompressed. The   following   files  are  included  in
  200. the  distribution package:
  201.  
  202. TRONFS.EXE     the main program.
  203. EXPORTS        the nfs configuration file.
  204. README.WRI     this file in windows write format.
  205. README.TXT     this file in text format
  206. BWCC.DLL       Borlandc Custom Control DLL.
  207. ORDER.FRM      order form.
  208.  
  209.  
  210. Troubleshooting
  211.  
  212. If you find any problem,  please contact Tropic software in
  213. the following e-mail address:
  214.  
  215.   e.jucah@ieee.org
  216.  
  217. This does not imply that support is being offered for you.
  218. The mainly purpose of  this is for reporting bugs. Anybody
  219. whose bug report  is found to be pertinent will be notified
  220. of the correction. New releases will always be made
  221. available either trough network repositories or distribution
  222. diskettes.
  223. Please feel free to Tell  us  everything you like or dislike
  224. about this program in  order to let us make it better.
  225.  
  226. Change Log
  227.  
  228. ╖ V1.0 - shareware version made publicly available
  229.  
  230.  
  231. Licensing and Registration
  232.  
  233. This software is not free. It is shareware. You are granted
  234. the right to test this software for a period of  30  days.
  235. After   this   you  have  to  register  the  product   (see
  236. registration conditions later in this document) and, if this
  237. applies to you, pay the required registration fee. You  may
  238. redistribute this program to other persons as long as  you
  239. keep the package complete with all the files  that are
  240. listed  in the "Package Contents" section in this  document.
  241.  
  242. Registration Fee
  243.  
  244. Please see the order.frm file for pricing information.
  245. Contact Tropic Software for registration.
  246.